home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
progs
/
editor
/
frexxed
/
fpl
/
cmode.fpl
< prev
next >
Wrap
Text File
|
1996-07-19
|
452b
|
14 lines
//»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» CModeInit() ««
void export CModeInit()
{
SetInfo(-1, "c_indent_mode", 1);
}
//»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»» CMode settings ««
ConstructInfo("c_mode", "","", "LBH","", 0,0,0);
ConstructInfo("c_mode_ext", "","", "GSHW","", 0,0,"*c*h*fpl*");
ConstructInfo("c_mode_exe", "","", "GSHW","", 0,0,"CModeInit();");
AddMode(1, "c_mode", "c_mode_ext", "c_mode_exe");
ExecuteFile("CIndent.FPL");